From: Brion Vibber Date: Thu, 23 Dec 2004 06:58:50 +0000 (+0000) Subject: Merge unblock fix from REL1_4 X-Git-Tag: 1.5.0alpha1~1046 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=16f0aa1813f768a2df3db8767ed3fc665c9dc7e1;p=lhc%2Fweb%2Fwiklou.git Merge unblock fix from REL1_4 --- diff --git a/includes/LogPage.php b/includes/LogPage.php index f1fc55a736..9c7d10614c 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -140,7 +140,7 @@ class LogPage { function actionText( $type, $action, $titleLink = NULL ) { static $actions = array( 'block/block' => 'blocklogentry', - 'block/unblock' => 'blocklogentry', + 'block/unblock' => 'unblocklogentry', 'protect/protect' => 'protectedarticle', 'protect/unprotect' => 'unprotectedarticle', 'rights/rights' => 'bureaucratlogentry',